home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Transactor
/
Transactor_18_1987_Transactor_Publishing.d64
/
input trick
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
158b
|
9 lines
5 rem input trick - allows any characters
10 gosub 8000
20 input a$
30 print a$
40 goto 10
8000 poke 198,5: poke 631,34: poke 632,34
8001 poke 633,157: poke 634,32: poke 635,157
8002 return